//Outdoor Script for x = 0  y = 1

beginoutdoorscript;

variables;

int choice;

body;

beginstate INIT_STATE;
break;

beginstate START_STATE;
break;

beginstate 10;
	message_dialog("This group of Senarti are guarding the entrance. Now of course, they are going to attack you.","");
break;
	
beginstate 11;
	message_dialog("You wipe the blood off your swords. This was apparently the only group guarding the entrance. You're pleased to see you can now safely walk on.","");
break;

beginstate 12;
	if (get_flag(101,2) == 1)
			end();
		message_dialog("You encounter a recent camp. Nobody sits at the fire though. This is strange. You would guess that somebody would at least extinguish the fire after leaving.","You soon leave. However, when you try to leave the camp, several figures come running at you out of the dark forest. They are Senarti.");
		create_out_spec_enc(0);
break;

beginstate 13;
	message_dialog("These Senarti are patrolling the roads. As soon as they spot you, they move to attack.","");
break;

beginstate 14;
	message_dialog("That will be one group of Senarti less to be worried about. The province will be glad to know you are doing something, albeit small, to help it out.","");
break;

beginstate 15;
	message_dialog("A group of Senarti wanders around, searching for targets to dispose off. They spot you and decide you are a perfect target.","");
break;

beginstate 16;
	if (get_flag(101,5) == 0 && get_flag(5,12) == 0) {
			message_dialog("Between some trees, is a large patch of funny-smelling mushrooms. You get close, kneel down, and try to smell them, but their scent is suddenly gone. You turn around and are face to face with some vicious looking Senarti.","");
			create_out_spec_enc(1);
			}
break;

beginstate 17;
	message_dialog("When you're finished killing the last senarti, you look around. most of the mushrooms haven't survived this small hackfest, which is a pity. They were nice, though they fooled you bigtime.","");
break;

beginstate 18;
	if (get_flag(101,4) == 0) {
			message_dialog("You come across farmland that has been burned, ransacked and eventually abandoned. This is no doubt the work of the Senarti.","");
			set_flag(101,4,1);
			}
break;